home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / TUTORIAL / 0222.ZIP / -README1.DOC < prev    next >
Text File  |  1985-03-14  |  1KB  |  17 lines

  1. FILENAME           COMMENTS
  2. ---------------------------------------------------------------------------
  3. COPYFILE.PAS       A basic Pascal program that shows how text files are
  4.                         defined, read, and copied.
  5. DUMPFILE.PAS       A more complex Pascal program, which will produce a combined
  6.                         hexadecimal and ASCII dump of a disk file.
  7. TABSET1  .PAS      A very basic Pascal program which shows how the printer can
  8.                         is accessed, and which sets tabs on an Epson MX-100.
  9. TABSET2  .PAS      Another version of the same, which treats the printer as a
  10.                         binary file rather than a text file.
  11. TIMM      .PAS     Shows the concept of a Pascal unit.
  12. TIMI      .PAS     Shows the concept of a Pascal unit.
  13. TIMU      .PAS     Shows the concept of a Pascal unit.
  14. SCREEN    .PAS     A short program to illustrate how the ADS type can be used
  15.                        to get at specific addresses, in this case the memory
  16.                        block associated with the monochrome display screen.
  17.